home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00170.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  346 b   |  14 lines

  1. on showAllProps object
  2.   repeat with X = 1 to count(object)
  3.     thisProp = getPropAt(object, X)
  4.     case thisProp of
  5.       #pMouthList:
  6.         put thisProp && "<MouthList trimmed>"
  7.       #pMouthTiming:
  8.         put thisProp && "<MouthList trimmed>"
  9.       otherwise:
  10.         put thisProp & ":" && getaProp(object, X)
  11.     end case
  12.   end repeat
  13. end
  14.